Skip to content
Back to search
30
MCP

Command Executor

pulsemcp/command executor

Enables secure remote command execution with robust security controls like command allowlisting, direct command invocation without shell access, and strict environment management for controlled system interactions.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Secure Shell Executor
Provides a secure way to execute shell commands with robust validation, whitelisting, and timeout handling through an asyncio-powered Python
0 tools
Shell Command
Secure shell command execution server that allows running system commands in a controlled environment through an allowlist system, returning
0 tools
Code Remote
Enables secure remote command execution on your local machine through a cloud-hosted relay architecture with WebSocket connections and token
0 tools
Command Security Layer
Implements a robust security layer for command processing, utilizing multi-step verification and auditing to enable high-security use cases
0 tools
Remote Exec Gateway
Provides a secure remote execution gateway for running commands on remote systems via MCP.
0 tools
CLI Executor
Provides a tool for executing local CLI commands asynchronously using FastMCP and asyncio, handling command arguments securely and offering
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "command_executor": {
      "url": "None",
      "transport": "http"
    }
  }
}